home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / moda.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  152 b   |  12 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(3) then
  5.       cursor([901, 902])
  6.     else
  7.       cursor(-1)
  8.     end if
  9.   end if
  10.   go(73)
  11. end
  12.